func golang.org/x/tools/internal/gcimporter.deref

3 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L522: 	switch typ := deref(typ).(type) {
		bimport.go#L626: 		switch typ := deref(typ).(type) {
		gcimporter.go#L254: func deref(typ types.Type) types.Type {